+2006-06-11 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkprintunixdialog.sgml: Document resonses used
+ by GtkPrintUnixDialog. (#344558, Christian Persch)
+
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintoperation.sgml: Updates
a #GtkPrinter object and use it to construct a #GtkPrintJob using
gtk_print_job_new().
</para>
+<para>
+#GtkPrintUnixDialog uses the following response values:
+<variablelist>
+ <varlistentry><term>%GTK_RESPONSE_OK</term>
+ <listitem><para>for the "Print" button</para></listitem>
+ </varlistentry>
+ <varlistentry><term>%GTK_RESPONSE_APPLY</term>
+ <listitem><para>for the "Preview" button</para></listitem>
+ </varlistentry>
+ <varlistentry><term>%GTK_RESPONSE_CANCEL</term>
+ <listitem><para>for the "Cancel" button</para></listitem>
+ </varlistentry>
+</variablelist>
+</para>
<!-- FIXME example here -->